Release 10.1A: OpenEdge Development:
Progress 4GL Reference


ADD-INTERVAL function

Adds a time interval to, or subtracts a time interval from, a DATE, DATETIME, or DATETIME-TZ value.

Syntax

ADD-INTERVAL (datetime, interval-amount, interval-unit) 

datetime

An expression whose value is a DATE, DATETIME, or DATETIME-TZ.

interval-amount

A signed integer (positive or negative) indicating the amount of time you want to add to or subtract from datetime value.

interval-unit

A character constant, or a character expression that evaluates to one of the following time units: ‘years’, ‘months’, ‘weeks’, ‘days’, 'hours’, ‘minutes’, ‘seconds’ or ‘milliseconds’. These values are case insensitive and may be singular.

Notes


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095